home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(8, 1)
- set the locH of sprite 8 to the locH of sprite 8 + 5
- set the locV of sprite 8 to the locV of sprite 8 + 5
- updateStage()
- end
-
- on mouseUp
- set the locH of sprite 8 to the locH of sprite 8 - 5
- set the locV of sprite 8 to the locV of sprite 8 - 5
- updateStage()
- puppetSprite(8, 0)
- SetReturn()
- go("S2")
- end
-